Einhugur macOS Bridge plugin.

NSMutableArray.Cast Method

Does deep cast on incoming NSObject to NSMutableArray

shared Cast(
   obj as EinhugurCoreBridge.NSObject) as EinhugurCoreBridge.NSMutableArray

Parameters

obj
The NSObject to be casted.

Returns

EinhugurCoreBridge.NSMutableArray
The casted object or nil if the object could not be casted to NSMutableArray.

Remarks

Deep cast in this context means that the NSObject under the hood gets casted and new. Xojo wrapper object is built around the casted object.

See Also

NSMutableArray Class